home *** CD-ROM | disk | FTP | other *** search
- overSound = new Sound(this);
- overSound.attachSound("btnOver");
- loadBar_mc._width = 0;
- hitVal = 0;
- hit_mc._alpha = 0;
- name_txt.colorTo(2148607,0,"easeOutSine");
- name_txt.colorTo(16777215,0.4,"easeOutSine");
- name_txt.text = "Home";
- var Plink;
- hit_mc.onRollOver = function()
- {
- name_txt.colorTo(2148607,0,"easeOutSine");
- overSound.start();
- };
- hit_mc.onRollOut = function()
- {
- name_txt.colorTo(16777215,0.4,"easeOutSine");
- };
- hit_mc.onRelease = hit_mc.onReleaseOutside = function()
- {
- _root.gotoAndStop("begin");
- infoContentReturn();
- _root.imageLogoSub_mc.alphaTo(0,0.3,"easeInQuad");
- mainEnabler(true,16777215,true,16777215,true,16777215,true,16777215);
- };
-